Documentation fixes (#400530, Anders Brander)
authorMatthias Clasen <mclasen@redhat.com>
Sat, 27 Jan 2007 04:36:08 +0000 (04:36 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Sat, 27 Jan 2007 04:36:08 +0000 (04:36 +0000)
2007-01-26  Matthias Clasen  <mclasen@redhat.com>

        * gtk/gtkiconview.c: Documentation fixes (#400530, Anders Brander)

svn path=/trunk/; revision=17222

ChangeLog
gtk/gtkiconview.c

index dbfbeb7b60571b91b01d7e633c2595c545a00810..a32fd2329647e26c3ff2720ca39fe337a2a09a7f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-01-26  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkiconview.c: Documentation fixes (#400530, Anders Brander)
+
 2007-01-26  Matthias Clasen  <mclasen@redhat.com>
 
        * gtk/updateiconcache.c: Check the mtime of all directories,
index 242e98ca9a68f6e3b03dd59e8dcc5cdf03b43eda..a48a75bf2c599eeafb83660677fdcd609b63aff8 100644 (file)
@@ -4938,7 +4938,7 @@ update_pixbuf_cell (GtkIconView *icon_view)
 /**
  * gtk_icon_view_set_text_column:
  * @icon_view: A #GtkIconView.
- * @column: A column in the currently used model.
+ * @column: A column in the currently used model, or -1 to display no text
  * 
  * Sets the column with text for @icon_view to be @column. The text
  * column must be of type #G_TYPE_STRING.
@@ -4999,7 +4999,7 @@ gtk_icon_view_get_text_column (GtkIconView  *icon_view)
 /**
  * gtk_icon_view_set_markup_column:
  * @icon_view: A #GtkIconView.
- * @column: A column in the currently used model.
+ * @column: A column in the currently used model, or -1 to display no text
  * 
  * Sets the column with markup information for @icon_view to be
  * @column. The markup column must be of type #G_TYPE_STRING.
@@ -5062,7 +5062,7 @@ gtk_icon_view_get_markup_column (GtkIconView  *icon_view)
 /**
  * gtk_icon_view_set_pixbuf_column:
  * @icon_view: A #GtkIconView.
- * @column: A column in the currently used model.
+ * @column: A column in the currently used model, or -1 to disable
  * 
  * Sets the column with pixbufs for @icon_view to be @column. The pixbuf
  * column must be of type #GDK_TYPE_PIXBUF